object Form1: TForm1 Left = 350 Top = 108 Width = 261 Height = 152 Caption = 'HTML Help Sample Application' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 52 Top = 13 Width = 148 Height = 13 Caption = 'HTML Help Sample Application' end object Button1: TButton Left = 16 Top = 40 Width = 217 Height = 25 Caption = 'Display CHM File' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 16 Top = 72 Width = 217 Height = 25 Caption = 'Display Popup Message' TabOrder = 1 OnClick = Button2Click end end